home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3216 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  963 b 

  1. Path: ix.netcom.com!netnews
  2. From: miker3@ix.netcom.com (Mike Rubenstein)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Standard in C++ missing from C?????
  5. Date: Sat, 27 Jan 1996 01:31:01 GMT
  6. Organization: Netcom
  7. Message-ID: <31097fd5.7663872@nntp.ix.netcom.com>
  8. References: <4eb1dm$ogl@lunar.eclipse.net>
  9. NNTP-Posting-Host: ix-dc14-12.ix.netcom.com
  10. X-NETCOM-Date: Fri Jan 26  5:31:14 PM PST 1996
  11. X-Newsreader: Forte Agent .99c/16.141
  12.  
  13. meritech@eclipse.net wrote:
  14.  
  15. > Does C++ have a standard written for the definition of :
  16. > p = p++;
  17. > My boss asked me, and I have no clue.  I know that C basically says that this
  18. > is undefined and should NOT be used in a real program.  And I know the debate
  19. > that rages on and on.  BUT, does C++ have this same problem???
  20. > My compiler doesn't complain, but then, that doesn't supprise me either.
  21.  
  22. You really should ask this in comp.lang.c++, but the anser is no.  The
  23. rules in C++ are the same as in C.
  24.  
  25. Michael M Rubenstein
  26.